home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / drm301.zip / DRSCROLL.DOC < prev    next >
Text File  |  1994-09-06  |  5KB  |  113 lines

  1.                            
  2.                                     DRSCROLL
  3.                                   version  1.6
  4.                                  by David Roper
  5.  
  6.                          Placed into the Public Domain
  7.                                  Sept 6th, 1994
  8.  
  9.         Public Domain means that you don't have to pay me or anybody
  10.         else for the use of this program.  It belongs to the Public.
  11.         You may have to pay someone to make you a copy if you're 
  12.         getting it by mail-order, but that's not the same thing.  
  13.  
  14.         Q- What does this program do?
  15.         A- It allows a MESSAGE to scroll in a BATCH file
  16.  
  17.         Q- Why is it different?  Why should you care?
  18.         A- Probably because this is Public Domain and anyone can 
  19.            have a copy to use and NO-ONE has to pay anybody for its use.
  20.  
  21.         Q- Seriously...why is it different?
  22.         A- Being FREE to use is important where you want a lot of 
  23.            people to have the ability and yet the company budget 
  24.            doesn't allow for 100 copies of a $5 or $10 program. 
  25.            100 copies of a $10 program to use in Batch files is $1000, ouch! 
  26.            ...but, One hundred free programs still costs the same....$0 
  27.  
  28.         Basically, using DRSCROLL.EXE is as easy as typing >DRSCROLL
  29.         Try it!   Go ahead.... you'll get the picture.
  30.         
  31.         You can use your own message, such as "Eat at Joe's"
  32.         Try it!  Place your message after the program name DRSCROLL so
  33.         that your command line says this: >DRSCROLL Eat at Joe's....
  34.                         You don't have to use "Quote marks."
  35.         (I advise that you put some dots after the message so it looks better)
  36.         
  37.         Now that you know how to use your own message, try this:
  38.         DRSCROLL /?
  39.         That gets help
  40.         So does DRSCROLL /H
  41.         You will see some switches to use if you want to get fancy
  42.         such as limiting the Window of the message to 10 chrs Wide.
  43.         To make the message show up in a small window of 10 chrs width, 
  44.         all you have to do is put /W10 after the message, like this:
  45.         
  46.         >DRSCROLL Eat at Joe's..../W10
  47.         
  48.         There are other switches that you can try....
  49.         /R sets the row and /C sets the column in case you want to place
  50.         the message wherever you want on the screen.  Centering's off.
  51.         To set the message at Row 12, Column 55, this is what you type:
  52.  
  53.         >DRSCROLL Eat at Joe's..../W10 /R12 /C55
  54.  
  55.  
  56.     page 2
  57.  
  58.         To make the display speedy, fast, varoom-like, change the Delay
  59.         to a small number of seconds like 0.1  The switch is /D
  60.         Such as
  61.         
  62.         >DRSCROLL Eat at Joe's..../W10 /R12 /C35 /D0.1
  63.         
  64.         Finally, if you want the message to wake-up the person looking at
  65.         it, tell DRSCROLL the FREQUENCY that you want to hear.  A nice
  66.         frequency is about 1000 Hz and this can be done with: /F1000
  67.         So we have (using all five switches... you fancy person, you)
  68.         
  69.         >DRSCROLL Eat at Joe's..../W10 /R12 /C35 /D0.1 /F1000
  70.         
  71.         Oh, yeah, the switches don't have to be in any particular order.
  72.         And they can touch each other, too.  Therefore:
  73.         >DRSCROLL Eat at Joe's..../C35/F1000/R12/W10 /D0.1
  74.         
  75.         will work the same way.
  76.         
  77.         If you use a new switch, /X, you can specify what DOS
  78.         errorlevel code to exit with if a person presses ESC or ALT-X.
  79.         For instance: /X4 will exit with the errorlevel set to 4.  By
  80.         default, /X is set to 1, that's one, unless you use this switch
  81.         to change it ...and for "ESCAPE or ALT-X" only!
  82.  
  83.         ********************** NEW with Version 1.6 *********************
  84.         Corrected a fault in Version 1.5 when I changed Compilers when
  85.         I added the /X## feature.  QuickBasic 4.5 Uppercases the
  86.         command line while PowerBasic 3.0c doesn't.  Hence, command
  87.         line switches won't work with version 1.5 unless they are
  88.         Uppercase.  Version 1.6, this one, fixes this errata.
  89.  
  90.         Added a new switch, /S, so that you can specify how many
  91.         seconds to view the message, before the Pause "doesn't Pause
  92.         anymore."  For example: By specifying /S9 on the command line,
  93.         your DRSCROLL program will scroll for 9 seconds and then "fall
  94.         through" your batch file program to the next line.  You can
  95.         still use /X if you want to for an exit code.
  96.         *****************************************************************
  97.  
  98.         That's all that it does...  Ain't no more.  If you want some more 
  99.         utilities done for free, write me with ideas.  If you want a reply
  100.         then add a SASE.
  101.         
  102.         Remember, PUBLIC DOMAIN means you don't have to pay me a dime.
  103.         Ain't gonna put you on a "guilt trip" - no sirr-ree...Enjoy.
  104.  
  105.         ┌──────────────────────────────────────────────────────────────┐
  106.         │    David Roper, 201 Winding Brook Drive, Garner NC 27529     │
  107.         └──────────────────────────────────────────────────────────────┘
  108.  
  109.         ----------------------------eof------------------------------
  110.  
  111.  
  112.  
  113.